################################################################################
# ԶɵļҪ༭
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk

-include $(C_DEPS)

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# Ŀ
all: KF8TS_Slide_Touch_Demo_2716_V2.5.hex

# ߵ
KF8TS_Slide_Touch_Demo_2716_V2.5.hex: $(OBJS) $(USER_RELS)
	@echo 'ڹĿ꣺ $@'
	@echo 'ڵã C Linker Debug'
	kf8link_debug.exe -O3 KF8TS2716_monitor.lib libkf8v2.lib KF8TS2716.lib KF8_Touch_Fun.lib ../kf8ts27_touch_s_lib.o -s"C:/ChipONCC/kfl/KF8TS2716.kfl" -o "KF8TS_Slide_Touch_Demo_2716_V2.5.hex" $(OBJS) $(USER_RELS) $(LIBS)
	@echo 'ѽĿ꣺ $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Ŀ
clean:
	-$(RM) $(OBJS)$(EXECUTABLES)$(C_DEPS) KF8TS_Slide_Touch_Demo_2716_V2.5.hex
	-@echo ' '

post-build:
	-kf8exec_debug.exe KF8TS_Slide_Touch_Demo_2716_V2.5
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY: post-build

-include ../makefile.targets
